gpio: Use more command-specific enums values
authorSimon Glass <[email protected]>
Mon, 21 Jan 2019 21:53:20 +0000 (14:53 -0700)
committerPhilipp Tomsich <[email protected]>
Fri, 1 Feb 2019 15:59:12 +0000 (16:59 +0100)
commit66f657d15b5d95a80ea8329002762118a97aae17
treea99c9d2802c1a6226a260455852827d9aa3e9adc
parent683161606312156055fc70036b93ab17cf787107
gpio: Use more command-specific enums values

At present this file uses GPIO_OUTPUT and GPIO_INPUT as its sub-command
values. These are pretty generic names. Add a 'C' suffix to avoid possible
conflicts.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
cmd/gpio.c